home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / src / bin / animate / O.sgi / Makefile < prev    next >
Makefile  |  1993-11-16  |  486b  |  20 lines

  1. GEOM = ../../../..
  2. include ${GEOM}/makefiles/Makedefs.global
  3. include ../Makedefs
  4. include ${GEOM}/makefiles/Makerules.obj
  5.  
  6. include ${GEOM}/makefiles/Makerules.c++obj
  7.  
  8.  
  9. LIBS= -L${LIBDIR} -lforms -lfm_s -lgl_s -lm -lc_s
  10.  
  11. install:    install_module
  12.  
  13. install_module: animate
  14.     ${INSTALLMODULE} animate ../.geomview-animate ${MODULEDIR}
  15.  
  16. animate: CHECK_CPLUSPLUS ${OBJS} ${CPLUSPLUS_OBJS}
  17.     /bin/rm -f ../animate
  18.     ${CPLUSPLUS} ${CFLAGS} -o animate ${OBJS} ${CPLUSPLUS_OBJS} ${LIBS}
  19.     ln animate ..
  20.